home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / quit.dir / 00008_ÉäÉ^Å[Éì.ls < prev    next >
Encoding:
Text File  |  1998-02-13  |  192 b   |  12 lines

  1. on mouseDown
  2.   global gquitflg
  3.   if gquitflg = 0 then
  4.     if somebutton() then
  5.       set gquitflg to 1
  6.       tell the stage
  7.         close(window "Quit")
  8.       end tell
  9.     end if
  10.   end if
  11. end
  12.